home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / SunburstInv.Form < prev    next >
Text File  |  1995-03-06  |  327b  |  35 lines

  1. SunburstInv
  2. {
  3.     {
  4.         x1=-12.5
  5.         x2= 12.5
  6.         y1=-10.0
  7.         y2= 10.0
  8.         par1.r=20.0
  9.         par1.i=0.0
  10.         par2.r=10.0
  11.         par2.i=0.0
  12.         bailout=4.0
  13.     }
  14.     {
  15.         pixel=[1.0,0.0]/pixel
  16.         z=pixel
  17.         c=pixel
  18.     }
  19.     {
  20.         z1=pow(z,par1)
  21.         z1=z1+c
  22.         z2=pow(z,par2)
  23.         z2=z2+c
  24.         z=z1/z2
  25.         w=abs(z)
  26.     }
  27.     {
  28.         w>bailout
  29.     }
  30.     {
  31.         PAR1-EXPONENT Z1
  32.         PAR2-EXPONENT Z2
  33.     }
  34. }
  35.